home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_email.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  470b  |  14 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. import unittest
  5. from email.test.test_email import suite
  6. from test.test_support import run_suite
  7.  
  8. def test_main():
  9.     run_suite(suite())
  10.  
  11. if __name__ == '__main__':
  12.     test_main()
  13.  
  14.